projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe56c1
)
Change the label of the GtkAppChooserDialog button
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Jan 2011 00:59:55 +0000
(19:59 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Jan 2011 00:59:55 +0000
(19:59 -0500)
We are not "opening" an application, we are selecting it to
open a file. String change !
gtk/gtkappchooserdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkappchooserdialog.c
b/gtk/gtkappchooserdialog.c
index 3262b131db88a312692ecf6a81b6afaf056cb92e..1814a6436765f8a8da16b1aae77ee27968c18d59 100644
(file)
--- a/
gtk/gtkappchooserdialog.c
+++ b/
gtk/gtkappchooserdialog.c
@@
-508,7
+508,7
@@
build_dialog_ui (GtkAppChooserDialog *self)
/* Create a custom stock icon */
self->priv->button = gtk_button_new ();
- label = gtk_label_new_with_mnemonic (_("_
Open
"));
+ label = gtk_label_new_with_mnemonic (_("_
Select
"));
gtk_label_set_mnemonic_widget (GTK_LABEL (label), GTK_WIDGET (self->priv->button));
gtk_widget_set_halign (label, GTK_ALIGN_CENTER);
gtk_widget_show (label);